-
Couldn't load subscription status.
- Fork 524
Typecheck cursor.py #2550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Typecheck cursor.py #2550
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e4027bd to
b75d7c7
Compare
ac6f96b to
6394dbb
Compare
b75d7c7 to
49178e9
Compare
6394dbb to
34d9d94
Compare
49178e9 to
1bbacad
Compare
34d9d94 to
000d9bb
Compare
8d2fa7b to
44895d0
Compare
44895d0 to
74ae983
Compare
74ae983 to
2b47004
Compare
2b47004 to
58f8c3b
Compare
|
@sfc-gh-bchinn can we please wait with this change before we merge async io support from |
|
@sfc-gh-turbaszek Sure thing! I'll remove this from the port PR then |
|
@sfc-gh-turbaszek I broke out one of the commits into a separate PR, since we're holding off on this bigger change. Can you take a look at that? #2603 |

Run mypy on
cursor.pyand fix issues.All
assertsadded in this PR are safe; if the condition was violated, it would've been anAttributeErrorin a subsequent line anyway.